home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Development / PowerD / powerd / modules.lha / modules / resources / misc.m < prev    next >
Encoding:
Text File  |  2000-11-18  |  258 b   |  10 lines

  1. MODULE    'exec/libraries'
  2.  
  3. #define MR_SERIALPORT     0
  4. #define MR_SERIALBITS     1
  5. #define MR_PARALLELPORT     2
  6. #define MR_PARALLELBITS     3
  7. #define MR_ALLOCMISCRESOURCE     (LIB_BASE)    
  8. #define MR_FREEMISCRESOURCE     (LIB_BASE-LIB_VECTSIZE)
  9. #define MISCNAME  'misc.resource'
  10.